home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Spiceworld The Movie - Interactive CD-ROM
/
Spiceworld The Movie: Interactive CD-ROM.iso
/
pc
/
elements
/
spicetwo.dir
/
scripts_32_scary Squares.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-12-04
|
303 b
|
19 lines
on prepareFrame
global LOOPFRAME, SCARYSTART
if not (LOOPFRAME = the frameLabel) then
initialiseFrame()
repeat with x = 2 to 23
set the visible of sprite x to 0
end repeat
set SCARYSTART to 0
end if
end
on enterFrame
checkRollOvers()
end
on exitFrame
go(the frame)
end